home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / encodings / ptcp154.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  5KB  |  163 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. import codecs
  5.  
  6. class Codec(codecs.Codec):
  7.     
  8.     def encode(self, input, errors = 'strict'):
  9.         return codecs.charmap_encode(input, errors, encoding_map)
  10.  
  11.     
  12.     def decode(self, input, errors = 'strict'):
  13.         return codecs.charmap_decode(input, errors, decoding_map)
  14.  
  15.  
  16.  
  17. class IncrementalEncoder(codecs.IncrementalEncoder):
  18.     
  19.     def encode(self, input, final = False):
  20.         return codecs.charmap_encode(input, self.errors, encoding_map)[0]
  21.  
  22.  
  23.  
  24. class IncrementalDecoder(codecs.IncrementalDecoder):
  25.     
  26.     def decode(self, input, final = False):
  27.         return codecs.charmap_decode(input, self.errors, decoding_map)[0]
  28.  
  29.  
  30.  
  31. class StreamWriter(Codec, codecs.StreamWriter):
  32.     pass
  33.  
  34.  
  35. class StreamReader(Codec, codecs.StreamReader):
  36.     pass
  37.  
  38.  
  39. def getregentry():
  40.     return codecs.CodecInfo(name = 'ptcp154', encode = Codec().encode, decode = Codec().decode, incrementalencoder = IncrementalEncoder, incrementaldecoder = IncrementalDecoder, streamreader = StreamReader, streamwriter = StreamWriter)
  41.  
  42. decoding_map = codecs.make_identity_dict(range(256))
  43. decoding_map.update({
  44.     128: 1174,
  45.     129: 1170,
  46.     130: 1262,
  47.     131: 1171,
  48.     132: 8222,
  49.     133: 8230,
  50.     134: 1206,
  51.     135: 1198,
  52.     136: 1202,
  53.     137: 1199,
  54.     138: 1184,
  55.     139: 1250,
  56.     140: 1186,
  57.     141: 1178,
  58.     142: 1210,
  59.     143: 1208,
  60.     144: 1175,
  61.     145: 8216,
  62.     146: 8217,
  63.     147: 8220,
  64.     148: 8221,
  65.     149: 8226,
  66.     150: 8211,
  67.     151: 8212,
  68.     152: 1203,
  69.     153: 1207,
  70.     154: 1185,
  71.     155: 1251,
  72.     156: 1187,
  73.     157: 1179,
  74.     158: 1211,
  75.     159: 1209,
  76.     161: 1038,
  77.     162: 1118,
  78.     163: 1032,
  79.     164: 1256,
  80.     165: 1176,
  81.     166: 1200,
  82.     168: 1025,
  83.     170: 1240,
  84.     173: 1263,
  85.     175: 1180,
  86.     177: 1201,
  87.     178: 1030,
  88.     179: 1110,
  89.     180: 1177,
  90.     181: 1257,
  91.     184: 1105,
  92.     185: 8470,
  93.     186: 1241,
  94.     188: 1112,
  95.     189: 1194,
  96.     190: 1195,
  97.     191: 1181,
  98.     192: 1040,
  99.     193: 1041,
  100.     194: 1042,
  101.     195: 1043,
  102.     196: 1044,
  103.     197: 1045,
  104.     198: 1046,
  105.     199: 1047,
  106.     200: 1048,
  107.     201: 1049,
  108.     202: 1050,
  109.     203: 1051,
  110.     204: 1052,
  111.     205: 1053,
  112.     206: 1054,
  113.     207: 1055,
  114.     208: 1056,
  115.     209: 1057,
  116.     210: 1058,
  117.     211: 1059,
  118.     212: 1060,
  119.     213: 1061,
  120.     214: 1062,
  121.     215: 1063,
  122.     216: 1064,
  123.     217: 1065,
  124.     218: 1066,
  125.     219: 1067,
  126.     220: 1068,
  127.     221: 1069,
  128.     222: 1070,
  129.     223: 1071,
  130.     224: 1072,
  131.     225: 1073,
  132.     226: 1074,
  133.     227: 1075,
  134.     228: 1076,
  135.     229: 1077,
  136.     230: 1078,
  137.     231: 1079,
  138.     232: 1080,
  139.     233: 1081,
  140.     234: 1082,
  141.     235: 1083,
  142.     236: 1084,
  143.     237: 1085,
  144.     238: 1086,
  145.     239: 1087,
  146.     240: 1088,
  147.     241: 1089,
  148.     242: 1090,
  149.     243: 1091,
  150.     244: 1092,
  151.     245: 1093,
  152.     246: 1094,
  153.     247: 1095,
  154.     248: 1096,
  155.     249: 1097,
  156.     250: 1098,
  157.     251: 1099,
  158.     252: 1100,
  159.     253: 1101,
  160.     254: 1102,
  161.     255: 1103 })
  162. encoding_map = codecs.make_encoding_map(decoding_map)
  163.